
         
        @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
        
        .navbar {
            background-color: #043A3A !important;
        }
        
        img {
            max-width:100%;
        }
        
        .logo img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #fff;
            padding: 5px;
        }
        
        .form-control {
            border-radius: 102px !important;
            border-color: greenyellow !important;
        
        }
        
        .input-container {
            position: relative;
        }
        
        .input-container i {
            position: absolute;
            top: 10%;
            left: 10px;
            background-color: green;
            color: white;
            border-radius: 20px;
            font-size: 20px;
            padding: 8px;
        }
        
        .input-container input{
            padding-left: 50px;
            
        }
        
        .searchInput{
            background-color: #ffff;
            border: 0;
            font-size: 18px;
            height: 50px;
            width: 50px;
            transition: width 0.3s ease;
            padding: 15px;
        }
        
        .searchInput.active{
            width: 200px;
        }
        
    
        
        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: #333;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Hero Section */
        .hero {
            background-color: #ffffff;
            padding: 60px 0;
            min-height: 70vh;
            display: flex;
            align-items: center;
        }

        .hero-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 40px;
        }

        .hero-text {
            flex: 1;
        }

        .hero h1 {
            font-size: 3rem;
            line-height: 1.2;
            margin-bottom: 20px;
            color: #1a1a1a;
        }

        .hero .well-being {
            font-weight: bold;
            color: #2d1f1f;
        }

        .hero .green-text {
            color: #3dbf5c;
        }

        .hero p {
            font-size: 1.125rem;
            line-height: 1.6;
            color: #444;
            margin-bottom: 30px;
        }

        .hero-image {
            flex: 1;
            display: flex;
            justify-content: center;
        }

       
        /* Section Styles */
        .section {
            padding: 60px 0;
        }

        .section-alt {
            background-color: #f9f9f9;
        }

        .section-title {
            font-size: 2rem;
            color: #1a1a1a;
            margin-bottom: 10px;
            text-align: center;
        }

        .section-subtitle {
            font-size: 1rem;
            color: #555;
            margin-bottom: 40px;
            text-align: center;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Card Grid */
        .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }

        .card {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }

        .card-image {
            width: 100%;
            height: 200px;
            background: linear-gradient(135deg, #3dbf5c 0%, #2c7a4f 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            font-weight: bold;
        }

        .card-content {
            padding: 20px;
        }

        .card-tag {
            background-color: #e0ffe7;
            color: #2f9e44;
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 0.8rem;
            display: inline-block;
            margin-bottom: 10px;
        }

        .card-title {
            font-size: 1.1rem;
            margin-bottom: 8px;
            color: #1a1a1a;
        }

        .card-meta {
            font-size: 0.8rem;
            color: #777;
            margin-bottom: 10px;
        }

        .card-description {
            font-size: 0.9rem;
            color: #555;
            margin-bottom: 15px;
            line-height: 1.5;
        }

        /* .btn {
            background-color: #3dbf5c;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 6px;
            cursor: pointer;
            font-size: 0.9rem;
            transition: background-color 0.3s ease;
        }

        .btn:hover {
            background-color: #2c7a4f;
        } */

        .btn-center {
            display: block;
            margin: 0 auto;
            padding: 12px 30px;
            font-size: 1rem;
        }


    .medicinal-garden-section {
        max-width: 1200px;
        margin: 0 auto;
        padding: 60px 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
        min-height: 100vh;
    }

    .text-content {
        animation: fadeInLeft 1s ease-out;
    }

    .text-content h1 {
        font-size: 3.5rem;
        font-weight: 300;
        margin-bottom: 30px;
        color: #2c3e50;
        line-height: 1.2;
    }

    .highlight {
        display: block;
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-top: 10px;
        background: linear-gradient(45deg, #27ae60, #2ecc71);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .green {
        color: #27ae60;
        text-shadow: 0 2px 4px rgba(39, 174, 96, 0.3);
    }

    .description {
        font-size: 1.2rem;
        color: #5a6c7d;
        margin-bottom: 40px;
        line-height: 1.8;
    }

    .features-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 30px;
    }

    .feature-card {
        background: rgba(255, 255, 255, 0.9);
        padding: 25px;
        border-radius: 15px;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
    }

    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    }

    .feature-card h3 {
        color: #27ae60;
        font-size: 1.1rem;
        margin-bottom: 10px;
        font-weight: 600;
    }

 

    .mobile-showcase {
        display: flex;
        justify-content: center;
        align-items: center;
        animation: fadeInRight 1s ease-out;
    }

    .app-header {
        text-align: center;
        margin-bottom: 30px;
    }

    .app-title {
        font-size: 1.4rem;
        color: #27ae60;
        font-weight: 700;
        margin-bottom: 5px;
    }

  

    .plant-cards {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .plant-card {
        background: white;
        border-radius: 15px;
        padding: 15px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .plant-icon {
        width: 50px;
        height: 50px;
        background: linear-gradient(45deg, #27ae60, #2ecc71);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.5rem;
    }

    .plant-info h4 {
        color: #2c3e50;
        font-size: 1rem;
        margin-bottom: 3px;
    }

    .plant-info p {
        color: #6b7280;
        font-size: 0.8rem;
        line-height: 1.3;
    }

    @keyframes fadeInLeft {
        from {
            opacity: 0;
            transform: translateX(-50px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes fadeInRight {
        from {
            opacity: 0;
            transform: translateX(50px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @media (max-width: 768px) {
        .medicinal-garden-section {
            grid-template-columns: 1fr;
            gap: 40px;
            padding: 40px 20px;
        }

        .text-content h1 {
            font-size: 2.5rem;
        }

        .highlight {
            font-size: 1.5rem;
        }

        .features-grid {
            grid-template-columns: 1fr;
        }

        .phone-mockup {
            width: 280px;
            height: 560px;
        }
    }

        /* Medicinal Beds Section */
        .medicinal-beds {
            background-color: #f9f9f9;
            padding: 80px 0;
        }

        .beds-title {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: #1a1a1a;
        }

        .beds-description {
            text-align: center;
            font-size: 1.125rem;
            color: #444;
            max-width: 900px;
            margin: 0 auto 50px auto;
            line-height: 1.6;
        }

        .navigation-buttons {
            text-align: center;
            margin-top: 40px;
        }

        .nav-btn {
            background-color: #27ae60;
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 5px;
            margin: 0 5px;
            cursor: pointer;
            font-size: 1rem;
            transition: background-color 0.3s ease;
        }

        .nav-btn:hover {
            background-color: #2c7a4f;
        }

        .nav-btn:disabled {
            background-color: #ccc;
            cursor: not-allowed;
        }


        /* Mobile Section */
.mobile-section {
    padding: 6rem 0;
    background: white;
    margin-bottom: 30rem;
    text-align: center;

}

.mobile-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.mobile-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    text-align: left;
}

.phone-mockup {
    display: flex;
    justify-content: center;
} 

 .phone-frame {
    width: 300px;
    height: 600px;
    background: #000;
    border-radius: 30px;
    padding: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 22px;
    padding: 20px;
    overflow: hidden;
}

.app-header h3 {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 4px;
}

.app-header h2 {
    font-size: 1.8rem;
    color: #2d5a2d;
    margin-top: 20px;
}

.app-section {
    margin-top: 20px;
}

.app-section h4 {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 12px;
}

.connection-grid,
.groups-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.connection-item,
.group-item {
    text-align: center;
    padding: 8px;
}

.connection-item img,
.group-item img {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 4px;
}

.connection-item span,
.group-item span {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
}

.connection-item small,
.group-item small {
    font-size: 0.7rem;
    color: #666;
} 

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    .section-title {
        font-size: 2rem;
    }

    .stories-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .main-story {
        grid-row: span 1;
    }

    .story-thumbnails {
        grid-template-columns: repeat(3, 1fr);
    }

    .moments-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .resources-content,
    .mobile-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .section-header {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .phone-frame {
        width: 250px;
        height: 500px;
    }
}
       /* Footer Styles */
.footer {
    background-color: #2d5a3d;
    color: white;
    padding: 40px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

.newsletter-section h3,
.social-section h3,
.youtube-section h3 {
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.newsletter-section p {
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 250px;
}

.newsletter-form input {
    padding: 12px;
    border: none;
    border-radius: 4px;
    font-size: 0.9rem;
}

.subscribe-btn {
    background-color: #ff6b35;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.subscribe-btn:hover {
    background-color: #e55a2b;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-2px);
}

.social-icon svg {
    fill: #2d5a3d;
}

.youtube-section {
    text-align: center;
}

.youtube-embed {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.youtube-placeholder {
    background-color: #f0f0f0;
    aspect-ratio: 16/9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.youtube-placeholder:hover {
    background-color: #e0e0e0;
}

.play-button {
    background-color: #ff0000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.play-button:hover {
    transform: scale(1.1);
}

.play-button svg {
    fill: white;
    margin-left: 4px;
}

.footer-bottom {
    border-top: 1px solid #4a7a5a;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.copyright p {
    font-size: 0.9rem;
    line-height: 1.4;
}

.designer-credit {
    text-align: right;
}

.designer-link {
    color: white;
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.3s ease;
}

.designer-link:hover {
    color: #90EE90;
}





